IgnoreErrors

Stops displaying errors in the Errors pane during playback and in run reports.

Use this statement with error handling blocks to prevent displaying known errors, which makes it easier to focus on errors that need to be addressed. If a script error occurs while errors are ignored, the script line is marked as Failed, but additional error information is not provided.

Syntax

IgnoreErrors(True/False)

Arguments

Argument Description
True/False True stops displaying errors and False displays errors.

Example

IgnoreErrors(True)